type github.com/gotd/td/transport.connection

10 uses

	github.com/gotd/td/transport (current package)
		connection.go#L21: var _ Conn = (*connection)(nil)
		connection.go#L24: type connection struct {
		connection.go#L33: func (c *connection) Send(ctx context.Context, b *bin.Buffer) error {
		connection.go#L55: func (c *connection) Recv(ctx context.Context, b *bin.Buffer) error {
		connection.go#L77: func (c *connection) Close() error {
		listener.go#L62: 		return &connection{
		listener.go#L74: 	return &connection{
		protocol.go#L69: 	return &connection{
		protocol.go#L79: 	return &connection{
		protocol.go#L82: 		}, &connection{